Swaps the contents of two arrays.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout), | dimension(:) | :: | x |
The first array. |
|
| real(kind=real64), | intent(inout), | dimension(:) | :: | y |
The second array. |